home *** CD-ROM | disk | FTP | other *** search
- Path: newshost.cyberramp.net!news
- From: sinan@cyberramp.net (John Noland)
- Newsgroups: comp.lang.c
- Subject: Re: [Q] how to specify binary values
- Date: 22 Mar 1996 01:28:13 GMT
- Organization: Prose Software
- Message-ID: <4isvnd$jkf@newshost.cyberramp.net>
- References: <4ihqi0$9mt@brain.npiec.on.ca>
- NNTP-Posting-Host: ramp1-6.cyberramp.net
- X-Newsreader: WinVN 0.99.5
-
- In article <4ihqi0$9mt@brain.npiec.on.ca>, afrankow@freenet says...
- >
- >
- >I need to know how to specify binary numbers I know this sounds stupid
- >:^) but I dont know..
- >Or is this possible.. I dont want to have to AND and OR all the values
- >manually :^)
- >
-
- It's not possible. Maybe I'm weird, but I think working with HEX constants
- is much easier than binary, even in assembly.
-
- -John
-
-